home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the quickTimePresent = 0 then
- doAlert()
- end if
- end
-
- on doAlert
- if the machineType = 256 then
- alert("This program requires Quicktime. Please install Quicktime for Windows from the directory 'QTWIN' on your Voodoo Lounge Demo CD ROM")
- quit()
- else
- alert("This program requires Quicktime. Please install Quicktime from the folder 'Quicktime items' on your Voodoo Lounge Demo CD ROM")
- quit()
- end if
- end
-